]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
openrd: Once again shrink binary size
authorTom Rini <trini@konsulko.com>
Fri, 27 Jul 2018 11:56:59 +0000 (07:56 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 27 Jul 2018 11:56:59 +0000 (07:56 -0400)
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>
include/configs/mv-common.h
include/configs/openrd.h

index 79d61c599e54e4e2c30d776a61557d75c986b038..8ae521f7e9861c3b0260247f3974c9b9a1fff503 100644 (file)
 #define CONFIG_SYS_NS16550_COM1                MV_UART_CONSOLE_BASE
 #endif
 
-/*
- * Serial Port configuration
- * The following definitions let you select what serial you want to use
- * for your console driver.
- */
-
-#define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, \
-                                         115200,230400, 460800, 921600 }
 /* auto boot */
 #define CONFIG_PREBOOT
 
index 2b21003b8b754288526c64d4040c45856d4d8095..17611bc56873a9b02b57dc10816dc8f60f7b6925 100644 (file)
@@ -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