wok diff linld/stuff/src/LOAD.CPP @ rev 20543
Remove linux-mmc
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 01 11:07:58 2018 +0100 (2018-12-01) |
parents | c836f6d2eff8 |
children | ab907169f156 |
line diff
1.1 --- a/linld/stuff/src/LOAD.CPP Fri Nov 30 15:12:24 2018 +0100 1.2 +++ b/linld/stuff/src/LOAD.CPP Sat Dec 01 11:07:58 2018 +0100 1.3 @@ -138,7 +138,6 @@ 1.4 1.5 char *version_string; 1.6 { 1.7 - struct first1k_t *first1k; 1.8 struct kernelparams_t *kernelparams; 1.9 kernelparams = &(((first1k_t*) (rm_buf = (u8 *)malloc_or_die(_32k)))->params); 1.10 #define first1k ((first1k_t*)((u8 *)kernelparams-0x1F1))