diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/rpi_b_defconfig | 2 | ||||
-rw-r--r-- | configs/rpi_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/rpi_b_defconfig b/configs/rpi_b_defconfig deleted file mode 100644 index 9a4705e..0000000 --- a/configs/rpi_b_defconfig +++ /dev/null @@ -1,2 +0,0 @@ -CONFIG_ARM=y -CONFIG_TARGET_RPI_B=y diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig new file mode 100644 index 0000000..9379cf0 --- /dev/null +++ b/configs/rpi_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_RPI=y |