]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
nios2: rename board nios2-generic to 3c120_devboard
authorThomas Chou <thomas@wytron.com.tw>
Tue, 10 Nov 2015 23:56:04 +0000 (07:56 +0800)
committerThomas Chou <thomas@wytron.com.tw>
Thu, 12 Nov 2015 00:26:59 +0000 (08:26 +0800)
Rename board nios2-generic to 3c120_devboard. Since nios2 is
converted to driver model and device tree control of u-boot,
the nios2-generic board directory is removed. We can rename
the board back to a real board name. Now the boards maintained
in u-boot mainline are the same as Linux kernel, namely 3c120
and 10m50.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Marek Vasut <marex@denx.de>
Acked-by: Marek Vasut <marex@denx.de>
configs/3c120_defconfig [moved from configs/nios2-generic_defconfig with 93% similarity]
include/configs/3c120_devboard.h [moved from include/configs/nios2-generic.h with 100% similarity]

similarity index 93%
rename from configs/nios2-generic_defconfig
rename to configs/3c120_defconfig
index 0a6de6fffbdcd51bfeb4cb4024f90e08b66db22e..736119e2d30333a05e5028b673a46d39a9df5263 100644 (file)
@@ -1,5 +1,5 @@
 CONFIG_NIOS2=y
-CONFIG_SYS_CONFIG_NAME="nios2-generic"
+CONFIG_SYS_CONFIG_NAME="3c120_devboard"
 CONFIG_DM_SERIAL=y
 CONFIG_DM_GPIO=y
 CONFIG_DEFAULT_DEVICE_TREE="3c120_devboard"