summaryrefslogtreecommitdiffstats
path: root/include/configs/ap143.h
diff options
context:
space:
mode:
authorWills Wang <wills.wang@live.com>2016-05-30 22:54:52 +0800
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-05-31 10:17:54 +0200
commitad5b48abfe7729d7e0eefcea8693d879af9915b7 (patch)
tree480e16c629a3f33bc50d57174de9d42d803d1eb4 /include/configs/ap143.h
parent04583c686e61e6883158549603d60741ebf249fe (diff)
downloadblackbird-obmc-uboot-ad5b48abfe7729d7e0eefcea8693d879af9915b7.tar.gz
blackbird-obmc-uboot-ad5b48abfe7729d7e0eefcea8693d879af9915b7.zip
mips: ath79: Use 8MB flash profile for mtd partition by default
Change bootm flash address and mtd partition table for 8MB flash profile. Signed-off-by: Wills Wang <wills.wang@live.com>
Diffstat (limited to 'include/configs/ap143.h')
-rw-r--r--include/configs/ap143.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/ap143.h b/include/configs/ap143.h
index e45f743936..0fa73a79a5 100644
--- a/include/configs/ap143.h
+++ b/include/configs/ap143.h
@@ -44,14 +44,14 @@
"rootfstype=squashfs"
#define CONFIG_BOOTCOMMAND "sf probe;" \
"mtdparts default;" \
- "bootm 0x9f300000"
+ "bootm 0x9f680000"
#define CONFIG_LZMA
#define MTDIDS_DEFAULT "nor0=spi-flash.0"
#define MTDPARTS_DEFAULT "mtdparts=spi-flash.0:" \
"256k(u-boot),64k(u-boot-env)," \
- "2752k(rootfs),896k(uImage)," \
- "64k(NVRAM),64k(ART)"
+ "6336k(rootfs),1472k(uImage)," \
+ "64k(ART)"
#define CONFIG_ENV_SPI_MAX_HZ 25000000
#define CONFIG_ENV_IS_IN_SPI_FLASH
OpenPOWER on IntegriCloud