diff options
author | Jan-Niklas Burfeind <git@aiyionpri.me> | 2022-12-11 14:04:46 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-12-22 00:05:29 +0100 |
commit | 5b82eeb320d9f8e543232bb5dd004e644b35983e (patch) | |
tree | 642327a2c9a9e47571c0d37d8cbc5cbb5a7aa788 /package/boot/uboot-sunxi/patches | |
parent | 9b6dd57a33ea96aca0f264a4b0b58b79f57acd2e (diff) | |
download | upstream-5b82eeb320d9f8e543232bb5dd004e644b35983e.tar.gz upstream-5b82eeb320d9f8e543232bb5dd004e644b35983e.tar.bz2 upstream-5b82eeb320d9f8e543232bb5dd004e644b35983e.zip |
sunxi: remove frequency for NanoPi R1
The frequency appears as unlisted initial frequency.
Removed it as Hauke suggested.
Signed-off-by: Jan-Niklas Burfeind <git@aiyionpri.me>
Diffstat (limited to 'package/boot/uboot-sunxi/patches')
-rw-r--r-- | package/boot/uboot-sunxi/patches/252-sunxi-h3-add-support-for-nanopi-r1.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/boot/uboot-sunxi/patches/252-sunxi-h3-add-support-for-nanopi-r1.patch b/package/boot/uboot-sunxi/patches/252-sunxi-h3-add-support-for-nanopi-r1.patch index 0db7be5421..058b29d95b 100644 --- a/package/boot/uboot-sunxi/patches/252-sunxi-h3-add-support-for-nanopi-r1.patch +++ b/package/boot/uboot-sunxi/patches/252-sunxi-h3-add-support-for-nanopi-r1.patch @@ -173,7 +173,7 @@ Signed-off-by: Jayantajit Gogoi <jayanta.gogoi525@gmail.com> +}; --- /dev/null +++ b/configs/nanopi_r1_defconfig -@@ -0,0 +1,22 @@ +@@ -0,0 +1,21 @@ +CONFIG_ARM=y +CONFIG_ARCH_SUNXI=y +CONFIG_SPL=y @@ -186,7 +186,6 @@ Signed-off-by: Jayantajit Gogoi <jayanta.gogoi525@gmail.com> +CONFIG_NR_DRAM_BANKS=1 +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set +CONFIG_CONSOLE_MUX=y -+CONFIG_SYS_CLK_FREQ=480000000 +# CONFIG_CMD_FLASH is not set +# CONFIG_SPL_DOS_PARTITION is not set +# CONFIG_SPL_EFI_PARTITION is not set |