summaryrefslogtreecommitdiff
path: root/include/configs/openrd.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-07-27 07:56:59 -0400
committerTom Rini <trini@konsulko.com>2018-07-27 07:56:59 -0400
commit11e409284ee593c980e16d93d12c5e19c99b62c0 (patch)
tree202742a0e8fc97adc69ab3f7a694b962af39ed9d /include/configs/openrd.h
parent2ae23a280be660c5c3dc8addb7f61bf7c12242f7 (diff)
openrd: Once again shrink binary size
With some recent changes to relevant drivers here the openrd board (openrd_client in this case) does not fit within its size constraint. We can however drop the slightly extended baudrate table and then the duplication of mtdparts/mtdids in the default environment. These defaults are set in the environment by the 'mtdparts' command and otherwise referenced throughout the code. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/openrd.h')
-rw-r--r--include/configs/openrd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/openrd.h b/include/configs/openrd.h
index 2b21003b8b..17611bc568 100644
--- a/include/configs/openrd.h
+++ b/include/configs/openrd.h
@@ -60,9 +60,7 @@
CONFIG_MTDPARTS_DEFAULT " rw ubi.mtd=2,2048\0" \
"x_bootcmd_kernel=nand read 0x6400000 0x100000 0x300000\0" \
"x_bootcmd_usb=usb start\0" \
- "x_bootargs_root=root=ubi0:rootfs rootfstype=ubifs\0" \
- "mtdids="CONFIG_MTDIDS_DEFAULT"\0" \
- "mtdparts="CONFIG_MTDPARTS_DEFAULT"\0"
+ "x_bootargs_root=root=ubi0:rootfs rootfstype=ubifs\0"
/*
* Ethernet Driver configuration