Skip to content

Commit

Permalink
nios2: rename board nios2-generic to 3c120_devboard
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
hippo5329 committed Nov 12, 2015
1 parent 5c0f982 commit 479accb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
File renamed without changes.

0 comments on commit 479accb

Please sign in to comment.