mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Merge pull request #375 from JacobPease/main
Updated Linux and Buildroot versions
This commit is contained in:
commit
66b97ad812
1672
linux/buildroot-config-src/buildroot-2023.05.1/linux.config
Normal file
1672
linux/buildroot-config-src/buildroot-2023.05.1/linux.config
Normal file
File diff suppressed because it is too large
Load Diff
4326
linux/buildroot-config-src/buildroot-2023.05.1/main.config
Normal file
4326
linux/buildroot-config-src/buildroot-2023.05.1/main.config
Normal file
File diff suppressed because it is too large
Load Diff
12
linux/buildroot-packages/package-2023.05.1.patch
Normal file
12
linux/buildroot-packages/package-2023.05.1.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff --git a/package/Config.in b/package/Config.in
|
||||
index ad438667d2..810bf0897e 100644
|
||||
--- a/package/Config.in
|
||||
+++ b/package/Config.in
|
||||
@@ -503,6 +503,7 @@ endmenu
|
||||
source "package/fconfig/Config.in"
|
||||
source "package/flashrom/Config.in"
|
||||
source "package/fmtools/Config.in"
|
||||
+ source "package/fpga-axi-sdc/Config.in"
|
||||
source "package/freeipmi/Config.in"
|
||||
source "package/freescale-imx/Config.in"
|
||||
source "package/fxload/Config.in"
|
@ -15,7 +15,7 @@
|
||||
|
||||
memory@80000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x00 0x80000000 0x00 0x08000000>;
|
||||
reg = <0x00 0x80000000 0x00 0x10000000>;
|
||||
};
|
||||
|
||||
cpus {
|
||||
|
Loading…
Reference in New Issue
Block a user