diff options
| author | Thomas Chou <[email protected]> | 2015-11-11 07:56:04 +0800 |
|---|---|---|
| committer | Thomas Chou <[email protected]> | 2015-11-12 08:26:59 +0800 |
| commit | 479accb6054c87d78c81c9299210d208435a0d6f (patch) | |
| tree | 7619d54fc1879336d5449323302401fe477a8572 | |
| parent | 5c0f9822e71a1585aa2be46c9a4deadf6b9dc1d0 (diff) | |
nios2: rename board nios2-generic to 3c120_devboard
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 <[email protected]>
Reviewed-by: Marek Vasut <[email protected]>
Acked-by: Marek Vasut <[email protected]>
| -rw-r--r-- | configs/3c120_defconfig (renamed from configs/nios2-generic_defconfig) | 2 | ||||
| -rw-r--r-- | include/configs/3c120_devboard.h (renamed from include/configs/nios2-generic.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/configs/nios2-generic_defconfig b/configs/3c120_defconfig index 0a6de6fffbd..736119e2d30 100644 --- a/configs/nios2-generic_defconfig +++ b/configs/3c120_defconfig @@ -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" diff --git a/include/configs/nios2-generic.h b/include/configs/3c120_devboard.h index 856c8363851..856c8363851 100644 --- a/include/configs/nios2-generic.h +++ b/include/configs/3c120_devboard.h |
