Changes in kernel/arch/arm32/src/mach/raspberrypi/raspberrypi.c [73abf49:d1582b50] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/mach/raspberrypi/raspberrypi.c
r73abf49 rd1582b50 174 174 { 175 175 #ifdef CONFIG_FB 176 uint32_t width, height;177 176 fb_properties_t prop; 178 179 if (!bcm2835_mbox_get_fb_size(&width, &height)) { 180 printf("mbox: could not get the framebuffer size\n"); 181 width = 640; 182 height = 480; 183 } 184 if (bcm2835_fb_init(&prop, width, height)) { 177 if (bcm2835_fb_init(&prop)) { 185 178 outdev_t *fb_dev = fb_init(&prop); 186 179 if (fb_dev)
Note:
See TracChangeset
for help on using the changeset viewer.